:root {
    --home-brand: #ff7900;
    --home-brand-strong: #e96000;
    --home-primary: #163a70;
    --home-ink: #0f1f38;
    --home-muted: #5f6f86;
    --home-surface: #f4f7fb;
    --home-white: #ffffff;
    --home-border: #dfe5ef;
}

.home-top-strip {
    display: none;
}

body.home-identity {
    background: var(--home-surface);
    color: var(--home-ink);
}

body.home-identity .home-top-strip {
    display: block;
    background: linear-gradient(90deg, #132447 0%, #1d3f79 100%);
    color: #ffffff;
}

body.home-identity .home-top-strip .container-fluid {
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

body.home-identity .home-top-strip-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.home-identity .home-top-strip a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    opacity: 0.95;
}

body.home-identity .home-top-strip a:hover {
    opacity: 1;
}

body.home-identity .home-top-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

body.home-identity .header {
    border-bottom: 0;
    background: transparent;
}

body.home-identity .header .container-fluid.background-body {
    max-width: 1360px;
    margin: 0 auto;
    background: transparent !important;
    padding-left: 24px;
    padding-right: 24px;
}

body.home-identity .header .main-header {
    margin-top: 12px;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(20, 38, 76, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 31, 56, 0.1);
    padding: 10px 18px;
}

body.home-identity .header .main-header .header-left {
    gap: 28px;
}

body.home-identity .header .main-header .header-left .header-logo {
    min-width: 220px;
}

body.home-identity .header .main-header .header-left .header-logo img {
    width: 220px !important;
    height: auto;
    margin-top: 0 !important;
}

body.home-identity .header .main-header .header-right {
    width: auto;
    min-width: 120px;
}

body.home-identity .header .nav-main-menu {
    justify-content: flex-end;
    margin-right: 0;
}

body.home-identity .header .main-menu li {
    padding: 0 3px;
}

body.home-identity .header .main-menu li a {
    color: var(--home-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 16px 14px 16px 8px;
}

body.home-identity .header .main-menu li a:hover {
    color: var(--home-brand) !important;
}

body.home-identity .header .main-menu li.has-children > a::after {
    top: 24px;
}

body.home-identity .header .main-menu li ul.sub-menu {
    border-radius: 14px;
    border: 1px solid var(--home-border);
    box-shadow: 0 18px 35px rgba(10, 26, 56, 0.16);
    padding-top: 12px;
    padding-bottom: 12px;
}

body.home-identity .header .main-menu li ul li a {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}

body.home-identity .sticky-bar.stick {
    border-bottom: 0;
    background: rgba(244, 247, 251, 0.96);
    backdrop-filter: blur(8px);
}

body.home-identity .sticky-bar.stick .main-header {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 10px 24px rgba(15, 31, 56, 0.12);
}

body.home-identity .home-main {
    padding-bottom: 42px;
}

body.home-identity .home-hero-section {
    padding-top: 8px;
}

body.home-identity .home-hero-slider .banner-image {
    min-height: 660px !important;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
    position: relative;
}

body.home-identity .home-hero-slider .banner-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(185deg, rgba(6, 16, 38, 0.3) 0%, rgba(5, 15, 35, 0.7) 70%, rgba(5, 15, 35, 0.85) 100%);
}

body.home-identity .home-hero-overlay {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    width: min(1180px, 92%);
}

body.home-identity .home-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.08);
}

body.home-identity .home-hero-title {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin-bottom: 14px;
}

body.home-identity .home-hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    max-width: 760px;
    margin: 0 auto;
}

body.home-identity .home-search-panel {
    top: 0;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 44px rgba(7, 24, 55, 0.2);
    padding: 16px;
}

body.home-identity .home-search-panel .box-bottom-search {
    margin-top: 0;
    border: 0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #e8edf5;
    padding: 10px 8px;
    align-items: center;
}

body.home-identity .home-search-panel .box-bottom-search .item-search {
    width: 29%;
    padding: 0 16px;
}

body.home-identity .home-search-panel .box-bottom-search .item-search::before {
    height: 48px;
    right: 0;
}

body.home-identity .home-search-panel .box-bottom-search .item-search.bd-none {
    width: auto;
    min-width: 178px;
}

body.home-identity .home-search-panel label {
    color: #62748b !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
}

body.home-identity .home-search-panel .form-control {
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #17243c;
    padding-left: 0;
}

body.home-identity .home-search-panel .form-control::placeholder {
    color: #8ea0b6;
}

body.home-identity .home-search-panel .btn.btn-black-lg {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(135deg, var(--home-brand) 0%, var(--home-brand-strong) 100%);
    color: #ffffff !important;
    padding: 13px 20px !important;
    box-shadow: 0 10px 24px rgba(255, 121, 0, 0.35);
}

body.home-identity .home-search-panel .btn.btn-black-lg:hover {
    background: linear-gradient(135deg, var(--home-brand-strong) 0%, #c65100 100%);
    color: #ffffff !important;
}

body.home-identity .home-search-panel .btn.btn-black-lg:hover svg {
    stroke: #ffffff;
}

body.home-identity .home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 24px;
}

body.home-identity .home-section-title {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    color: var(--home-ink);
    line-height: 1.2;
}

body.home-identity .home-section-subtitle {
    margin: 0;
    color: var(--home-muted);
    font-size: 15px;
}

body.home-identity .home-category-strip {
    margin-top: 22px;
}

body.home-identity .home-quick-link {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dde4ef;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(13, 28, 52, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.home-identity .home-quick-link img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

body.home-identity .home-quick-link span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--home-ink);
    padding: 12px 10px;
}

body.home-identity .home-quick-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(13, 28, 52, 0.16);
}

body.home-identity .home-tour-group {
    margin-top: 14px;
    margin-bottom: 12px;
}

body.home-identity .home-demo-categories {
    display: none;
    margin-top: 12px;
}

body.home-identity .home-demo-categories.is-active {
    display: block;
}

body.home-identity .home-demo-group {
    margin-bottom: 10px;
}

body.home-identity .home-group-title {
    font-size: clamp(22px, 2.8vw, 30px);
    line-height: 1.25;
    color: var(--home-ink);
    margin-bottom: 18px;
    font-weight: 800;
}

body.home-identity .home-tour-card {
    position: relative;
    border: 1px solid #dce3ee;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 12px 24px rgba(10, 30, 60, 0.09);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.home-identity .home-tour-card::before {
    display: none;
}

body.home-identity .home-tour-card:hover {
    transform: translateY(-6px);
    border-color: #cfdceb;
    box-shadow: 0 18px 34px rgba(10, 30, 60, 0.14);
}

body.home-identity .home-tour-card .card-image {
    position: relative;
    height: 206px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

body.home-identity .home-tour-card .card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 20, 44, 0.03) 35%, rgba(6, 20, 44, 0.2) 100%);
    pointer-events: none;
}

body.home-identity .home-tour-card .card-image .home-demo-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 136, 37, 0.98) 0%, rgba(233, 116, 20, 0.98) 100%);
    box-shadow: 0 6px 16px rgba(255, 121, 0, 0.35);
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
}

body.home-identity .home-tour-card .card-image img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

body.home-identity .home-tour-card:hover .card-image img {
    transform: scale(1.04);
}

body.home-identity .home-tour-card .card-info {
    margin: 0;
    padding: 14px 14px 13px;
    background: #ffffff;
    border-top: 1px solid #edf2f9;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

body.home-identity .home-tour-card .card-title {
    margin-top: 0;
    margin-bottom: 8px;
    min-height: 58px;
    height: auto;
}

body.home-identity .home-tour-card .card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    color: #132442 !important;
}

body.home-identity .home-tour-card .card-program {
    display: block;
}

body.home-identity .home-tour-card .card-program .card-duration-tour p {
    display: inline-flex;
    align-items: center;
    width: auto;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #667a98 !important;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

body.home-identity .home-tour-card .home-tour-meta .icon-duration {
    background: none !important;
    padding-left: 0 !important;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home-identity .home-tour-card .card-program .endtime {
    display: block;
    padding-top: 8px;
    border-top: 0;
}

body.home-identity .home-tour-card .card-price h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    color: #ff7a00;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.01em;
    white-space: nowrap;
    border: 1px solid #ff973e;
    border-radius: 10px;
    padding: 6px 10px;
    background: #fffefc;
}

body.home-identity .home-tour-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #173b78 !important;
    font-weight: 700;
    font-size: 13px;
    padding: 0 !important;
    min-width: 0;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.25s ease;
    box-shadow: none;
}

body.home-identity .home-tour-cta:hover {
    background: transparent;
    color: #ff7900 !important;
}

body.home-identity .home-region-section {
    margin-top: 14px;
}

body.home-identity .home-region-card {
    border: 1px solid #dce3ee;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(15, 31, 56, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.home-identity .home-region-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(15, 31, 56, 0.14);
}

body.home-identity .home-region-card .card-image {
    height: 145px;
    border-radius: 12px;
}

body.home-identity .home-region-card .card-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

body.home-identity .home-region-card .card-info .card-title {
    font-size: 17px;
    font-weight: 700;
    color: #11233f;
}

body.home-identity .home-region-card .card-info .card-meta .meta-links a {
    color: #5f7190;
    font-weight: 600;
}

body.home-identity .home-region-card .card-info .card-meta .card-button a {
    background: #edf2fb;
}

body.home-identity .home-region-card .card-info .card-meta .card-button a svg {
    stroke: #173b78;
}

body.home-identity .home-region-card .card-info .card-meta .card-button a:hover {
    background: var(--home-primary);
}

body.home-identity .home-region-card .card-info .card-meta .card-button a:hover svg {
    stroke: #ffffff;
}

body.home-identity [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

body.home-identity [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1399.98px) {
    body.home-identity .header .main-header .header-left {
        gap: 16px;
    }

    body.home-identity .header .main-header .header-left .header-logo {
        min-width: 190px;
    }

    body.home-identity .header .main-header .header-left .header-logo img {
        width: 190px !important;
    }

    body.home-identity .header .main-menu li a {
        font-size: 12px;
        padding: 16px 10px 16px 8px;
    }
}

@media (max-width: 1199.98px) {
    body.home-identity .home-hero-slider .banner-image {
        min-height: 620px !important;
    }

    body.home-identity .home-hero-overlay {
        width: min(1000px, 94%);
    }

    body.home-identity .home-search-panel .box-bottom-search .item-search {
        width: 50%;
    }

    body.home-identity .home-search-panel .box-bottom-search .item-search.item-search-2::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    body.home-identity .home-top-strip {
        display: none;
    }

    body.home-identity .header .container-fluid.background-body {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.home-identity .header .main-header {
        margin-top: 6px;
        margin-bottom: 8px;
        border-radius: 14px;
        padding: 8px 10px;
    }

    /* Mobilde slider yeterince uzun olsun ki arama kutusu içine sığsın */
    body.home-identity .home-hero-slider .banner-image {
        min-height: 540px !important;
        border-radius: 0 0 20px 20px;
    }

    /* Panel slider ortasına çakıştır — üst/alt eşit görünür */
    body.home-identity .home-hero-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
        width: calc(100% - 24px);
        margin-top: 0;
        z-index: 110;
    }

    /* Mobilde yazıları gizle */
    body.home-identity .home-hero-kicker,
    body.home-identity .home-hero-title,
    body.home-identity .home-hero-subtitle {
        display: none !important;
    }

    body.home-identity .home-search-panel {
        border-radius: 18px;
        padding: 12px;
        margin-bottom: 0;
    }

    body.home-identity .home-search-panel .box-bottom-search {
        padding: 8px;
    }

    body.home-identity .home-search-panel .box-bottom-search .item-search {
        width: 100%;
        border-bottom: 1px solid #e2e8f0;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    body.home-identity .home-search-panel .box-bottom-search .item-search::before {
        display: none;
    }

    body.home-identity .home-search-panel .box-bottom-search .item-search.bd-none {
        width: 100%;
        min-width: 0;
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 12px;
    }

    body.home-identity .home-search-panel .btn.btn-black-lg {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    body.home-identity .home-section-head {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    body.home-identity .home-group-title {
        margin-bottom: 14px;
    }

    body.home-identity .home-tour-card {
        margin-bottom: 28px;
    }

    body.home-identity .home-tour-card .card-image {
        height: 198px;
    }

    body.home-identity .home-tour-card .card-info {
        margin: 0;
        padding: 12px 12px 12px;
    }

    body.home-identity .home-tour-card .card-title a {
        font-size: 17px;
    }

    body.home-identity .home-tour-card .card-price h6 {
        font-size: 17px;
    }

    body.home-identity .home-tour-cta {
        min-width: 0;
        font-size: 12px;
        padding: 0 !important;
    }
}

@media (max-width: 767.98px) {
    body.home-identity .home-hero-slider .banner-image {
        min-height: 500px !important;
    }

    body.home-identity .home-hero-overlay {
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
    }

    body.home-identity .home-hero-kicker {
        font-size: 11px;
        margin-bottom: 12px;
    }

    body.home-identity .home-hero-title {
        font-size: 30px;
    }

    body.home-identity .home-hero-subtitle {
        font-size: 14px;
        line-height: 1.45;
    }

    body.home-identity .home-quick-link img {
        height: 112px;
    }

    body.home-identity .home-quick-link span {
        font-size: 12px;
        padding: 10px 8px;
    }

    body.home-identity .home-tour-card {
        margin-bottom: 24px;
    }

    body.home-identity .home-tour-card .card-image {
        height: 166px;
    }

    body.home-identity .home-tour-card .card-info {
        margin: 0;
        padding: 10px 10px 11px;
        border-radius: 0;
    }

    body.home-identity .home-tour-card .card-title {
        min-height: 46px;
        margin-bottom: 6px;
    }

    body.home-identity .home-tour-card .card-title a {
        font-size: 14px;
    }

    body.home-identity .home-tour-card .card-program .card-duration-tour p {
        margin-bottom: 8px;
        font-size: 13px;
    }

    body.home-identity .home-tour-card .card-program .endtime {
        padding-top: 7px;
    }

    body.home-identity .home-tour-card .card-price h6 {
        font-size: 16px;
    }

    body.home-identity .home-tour-cta {
        min-width: 0;
        padding: 0 !important;
        font-size: 11px;
    }

    body.home-identity .home-region-card .card-image {
        height: 115px;
    }
}

/* =============================================
   YATAY TUR LISTESI (Turlar.aspx)
   ============================================= */

.tour-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.tour-list-item {
    display: flex;
    align-items: center;
    gap: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 150px;
}

.tour-list-item:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    transform: translateY(-2px);
}

.tour-list-img {
    flex: 0 0 260px;
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.tour-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.tour-list-item:hover .tour-list-img img {
    transform: scale(1.04);
}

.tour-list-body {
    flex: 1;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.tour-list-meta {
    font-size: 12px;
    color: #e44d26;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.tour-list-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.tour-list-name a {
    color: #1a1a2e;
    text-decoration: none;
}

.tour-list-name a:hover {
    color: #e44d26;
}

.tour-list-date {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.tour-list-right {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    gap: 10px;
    border-left: 1px solid #f0f0f0;
    text-align: center;
}

.tour-list-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.tour-price-label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.tour-list-price strong {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a2e;
}

.btn-tour-detail {
    display: inline-block;
    background: #e44d26;
    color: #fff !important;
    text-decoration: none !important;
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}

.btn-tour-detail:hover {
    background: #c0392b;
    transform: scale(1.04);
}

/* Mobilde dikey kart gorunumu */
@media (max-width: 767.98px) {
    .tour-list-item {
        flex-direction: column;
        min-height: unset;
    }

    .tour-list-img {
        flex: unset;
        width: 100%;
        height: 200px;
    }

    .tour-list-right {
        flex: unset;
        width: 100%;
        border-left: none;
        border-top: 1px solid #f0f0f0;
        flex-direction: row;
        justify-content: space-between;
        padding: 14px 16px;
    }

    .tour-list-body {
        padding: 14px 16px 10px;
    }
}

